/* ================================
    CSS STYLES FOR Module gammacon.Xcess
   ================================
*/
.gammacon_Wait
{
	background-color: White;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
    border: 1px solid #cccccc;
    display: none;
    position: absolute;
    width: 120px;
    height: 100px;
}
.gammacon_CL_URLContainer
{
	border: solid 1px #888888;
	padding: 0px 10px 0px 10px;
}
.gammacon_CL_Container
{
	border: solid 1px #888888;
	padding: 2px;
}
.gammacon_CL_DataSourceContainer
{
	border: solid 1px #888888;
	padding: 5px 5px 5px 5px;
	/*margin-left: 30px;*/
	margin-top: 10px;
	width: 95%;
}
.gammacon_smarttag 
{
	position: absolute;
	/*margin-left: -16px;*/
	border: solid 1px darkorange;
	background: oldlace;
	padding: 1px;
	display: none;
	white-space: nowrap;
	cursor: pointer;
}
.gammacon_smarttag_hover
{
	position: absolute;
	/*margin-left: -16px;*/
	border: solid 1px darkorange;
    background-color: moccasin;
	padding: 1px;
	white-space: nowrap;
	cursor: pointer;
}
.gammacon_smarttag_active
{
	position: absolute;
	border: solid 1px #cccccc;
	background-color: White;
	padding: 1px;
	white-space: nowrap;
	cursor: pointer;
}
.gammacon_smarttag .action 
{ 
	display: none; 
}
.gammacon_contextmenu 
{
    margin-left:-1px;
    margin-top: 0px; /*-12px;*/
    position: absolute;
    background-color: #eeeeee;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px outset #cccccc;
    border-bottom: 1px outset #cccccc;
	display: none;
    text-align: left;
    width: 200px;
    color: Black;
    padding: 1px;
}
.gammacon_pulldownmenu
{
    margin-left:0px;
    margin-top: 0px;
    position: absolute;
    background-color: white;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px outset #cccccc;
    border-bottom: 1px outset #cccccc;
	display: none;
    text-align: left;
    width: 200px;
    color: Black;
    padding: 1px;
}
.gammacon_smarttagmenu {
    position: absolute;
    background-color: #eeeeee;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px outset #cccccc;
    border-bottom: 1px outset #cccccc;
	display: none;
    margin-left:-2px;
    /*margin-top: -1px;*/
    text-align: left;
    color: Black;
    padding: 1px;
}
.gammacon_contextmenu .info, .gammacon_smarttagmenu .info, .gammacon_pulldownmenu .info {
    background-color: #ffffcc;
    border: 1px solid black;
    padding: 1px 5px 1px 5px;
    margin: 2px;
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 8pt; 
    font-weight: bold; 
    font-style: normal;
    /*width: 100%;*/
    color: Black;
    /*white-space: nowrap;*/
}
.gammacon_contextmenu .warning, .gammacon_smarttagmenu .warning, .gammacon_pulldownmenu .warning {
    background-color: #ffcccc;
    border: 1px solid black;
    padding: 1px 5px 1px 5px;
    margin: 2px;
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 8pt; 
    font-weight: bold; 
    font-style: normal;
    width: 100%;
    color: #110000;
    /*white-space: nowrap;*/
}

.gammacon_contextmenu .text, .gammacon_smarttagmenu .text, .gammacon_pulldownmenu .text {
    padding: 1px 5px 1px 5px;
    margin: 2px;
}
.gammacon_contextmenu .separator
{
	background-color: #eeeeee;
	height: 4px;
	font-size: 1%;
	width: 100%;
}
.gammacon_contextmenu .groupheader, .gammacon_smarttagmenu .groupheader, .gammacon_pulldownmenu .groupheader 
{
	background-color: #eeeeee;
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	height: 21px;
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 8pt; 
    font-weight: bold;
}
.gammacon_contextmenu .contentpanel, .gammacon_smarttagmenu .contentpanel, .gammacon_pulldownmenu .contentpanel
{
	background-color: White;
	overflow: auto;
	border-bottom: solid 1px #cccccc;
}
.gammacon_contextmenu a img, .gammacon_smarttagmenu a img, .gammacon_pulldownmenu a img {
    border: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left:-24px;
    margin-right: 5px;
}

.gammacon_contextmenu a:hover img, .gammacon_smarttagmenu a:hover img, .gammacon_pulldownmenu a:hover img {
/*    background-color: #CAD5EA;*/
/*    background-image: url(images/Ribbon/SmallButton.gif);
    background-repeat: repeat-x ;*/
}

.gammacon_contextmenu a, .gammacon_smarttagmenu a, .gammacon_pulldownmenu a {
    background-image: url(images/MenuItemBack.gif);
    background-repeat: repeat-y;
    display: block;
    color: black; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 8pt; 
    /*font-weight: bold; */
    font-style: normal;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 2px;
    white-space:nowrap;
    text-align: left;
    height: 21px;
}

.gammacon_contextmenu a:hover, .gammacon_smarttagmenu a:hover, .gammacon_pulldownmenu a:hover {
    /*background-color: #CAD5EA;*/
    text-decoration: none;
    background-image: url(images/Ribbon/SmallButton.gif);
    background-repeat: repeat-x;
    color: Black;
}

.gammacon_fixedcell 
{
	border: outset 1px White;
	background-color: ButtonFace;
	text-align: center;
	color: Black;
	font-weight: bold;
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 9pt; 
}
.gammacon_helpdiv
{
	border: solid 1px black;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	background-color: InfoBackground;
	color: InfoText;
	padding: 5px;
}
.gammacon_span_table
{
	border: 1px solid black;
	margin: 2px;
	background-color: White;
}
.gammacon_span_table td
{
	border: 1px solid black;
	width: 30px;
	height: 30px;
	margin: 1px;
	cursor: default;
	vertical-align: middle;
	text-align: center;
}
.gammacon_span_cellon
{
	background-color: #eeeeee;
}
.gammacon_span_celloff
{
	background-color: White;
}
.gammacon_span_cellon a,a:link,a:hover
{
	color: White;
}
.gammacon_span_celloff a
{
	color: Black;
}
.gammacon_align_table
{
	border: 1px solid black;
	margin: 2px;
	background-color: White;
}
.gammacon_align_table a
{
	display: block;
	padding: 3px;
	border: 1px solid white;
}
.gammacon_align_table a:hover
{
	background-color: #eeeeee;
	border: 1px solid black;
}
.gammacon_editing
{
    background-color: #fefe00;
}
.gammacon_editing_boundto
{
    border-left: 4px double black;
}
.gammacon_externalcontrol
{
	border: 1px solid DarkGray;
	background-image: url(images/externalcontrol.gif);
	background-color: White;
	padding: 5px;
	font-size: 12px;
}

.gammacon_Combo
{
	border: outset 2px white;
}
.gammacon_Combo a
{
	text-decoration: none;
}
.gammacon_Box {
    background-color: white;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
    border: 1px solid #cccccc;
    text-align: left;
}

.gammacon_Box .Header {
    background-color: #ffffcc;
    border: 1px solid black;
    padding: 1px 5px 1px 5px;
    margin: 2px;
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 8pt; 
    font-weight: bold; 
    font-style: normal;
}

/*

.gammacon_BoxHeader
{
  color: CaptionText; 
  background-color: ActiveCaption; 
  font-family: Tahoma; 
  font-weight: bold; 
  font-size: 12px; 
  padding: 1px;
  border-left: ActiveCaption 3px outset;
  border-right: ActiveCaption 3px outset;
  border-top: ActiveCaption 3px outset;
}

.gammacon_BoxHeader
{
  color: CaptionText; 
  font-family: Tahoma; 
  font-weight: bold; 
  font-size: 12px; 
}

.gammacon_BoxContent
{
  font-family: verdana;
  font-size: 11px;
  padding: 3px;
  border-left: ActiveCaption 3px outset;
  border-right: ActiveCaption 3px outset;
  border-bottom: ActiveCaption 3px outset;
  background-color: ButtonFace;
  cursor:default;
  color: WindowText;
}

.gammacon_Dock
{
  padding:5px;
  border:#AFAFAF 1px solid; 
  background-color:#D1D1D1;
}

.gammacon_tabframe 
{
	border-left: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	border-right: 1px solid ButtonShadow;
	padding: 5px;
	background-color: ButtonFace;
}

.gammacon_tabback
{
	height: 20px;
	background-color: ButtonHighlight;
}

.gammacon_tabon
{
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 8pt; 
	border-top: 1px solid ButtonHighlight;
	border-left: 1px solid ButtonHighlight;
	border-right: 1px solid ButtonShadow;
	padding: 3px;
	height: 20px;
	background-color: ButtonFace;
	color: ButtonText;
}
.gammacon_tabon a:visited,a:link
{
	color: ButtonText;
}

.gammacon_taboff
{
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 8pt; 
	border: 0px solid;
	padding: 3px;
	height: 20px;
	background-color: ThreeDHighlight;
	color: GrayText;
}
.gammacon_taboff a:visited,a:link
{
	color: GrayText;
}
*/
.gammacon_popup
{
	margin: 0px;
	background-color: ButtonFace;
}
.gammacon_popup_Content
{
	padding: 10px;
	background-color: ButtonFace;
}
.gammacon_popup_Header
{
	padding: 10px;
	background-color: Window;
	border-bottom: outset 2px white;
	border-top: outset 2px white;
}
.gammacon_HelpPopup
{
	background-color: InfoBackground;
	color: InfoText;
}
.gammacon_Help
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: Black;
}
.gammacon_Help H1, .gammacon_Help H2, .gammacon_Help H3
{
	color: InfoText;
}	
.gammacon_Help H1
{
	font-size: 16px;
	font-weight: bold;
}
.gammacon_Help H2
{
	font-size: 14px;
	font-weight: bold;
}
.gammacon_Help H3
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gammacon_Help Table
{
	border: solid 1px gray;
}
.gammacon_Help TD
{
	font-size: 12px;
	color: InfoText;
	border: solid 1px ButtonShadow;
}
.gammacon_Help TH
{
	font-size: 12px;
	font-weight: bold;
}
.gammacon_Help a:link, .gammacon_Help a:visited
{
	color: Highlight;
}
.gammacon_Help PRE
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.gammacon_InfoBox
{
	background-color: InfoBackground;
	color: InfoText;
	margin-top: 1px;
	margin-bottom: 1px;
	border: ridge 1px InfoBackground;
	width: 100%;
	padding: 1px;
}
.gammacon_TemplateBox
{
	border: inset 1px white;
	background-color: Window;
	padding: 5px;
	margin-bottom: 2px;
	overflow: auto;
}
.gammacon_Template
{
	background-color: Transparent;
	padding: 3px;
	border: solid 1px Transparent;
	width: 70px;
/*	float: right;*/
    display: inline;
    text-align: center;
    cursor: default;
	vertical-align: top;
}
.gammacon_TemplateSelected
{
	background-color: Highlight;
	color: HighlightText;
	border: dotted 1px ButtonShadow;
	width: 70px;
	padding: 3px;
/*	float: right;*/
    display: inline;
    text-align: center;
    cursor: default;
	vertical-align: top;    
}
.gammacon_ModuleSelectBox
{
	border: inset 1px white;
	background-color: Window;
	padding: 5px;
	margin-bottom: 2px;
	overflow: auto;
}
.gammacon_SelectionPanel_Icon
{
	vertical-align: middle;
}
.gammacon_SelectionPanel_Node
{
	color: Black;
	vertical-align: middle;
	padding: 0px 0px 0px 2px;
}
.gammacon_SelectionPanel_NodeHover
{
	color: #4455ff;
	vertical-align: middle;
	padding: 0px 0px 0px 2px;
}
.gammacon_SelectionPanel_NodeSelected
{
	border: solid 1px #5566ff;
	background-color: #eef0ff;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
}
/**** RIBBON ****/
.Ribbon
{
    width: 100%;
    height: 93px;
    border: 0px;
    table-layout: fixed;
}
.RibbonContent
{
    background-image: url(images/Ribbon/Ribbon.gif);
    /*float: left;*/
    width: 100%;
}
.RibbonLeft
{
    width: 6px;
    background-image: url(images/Ribbon/RibbonLeft.gif);
}
.RibbonRight
{
    width: 6px;
    background-image: url(images/Ribbon/RibbonRight.gif);
}
.RibbonGroup, .RibbonGroupHover
{
	float: left;
	display: inline-block;
	white-space: nowrap;
	margin-right: 2px;
}
.RibbonGroupLeft, .RibbonGroupRight
{   
/*	float: left;*/
    width: 2px;
/*    display: inline-block;*/
}
/*.RibbonGroupItem
{
    height: 82px;
    display: inline-block;
    cursor: default;
    float: left;
}*/
.RibbonGroup .RibbonGroupLeft, .RibbonGroupDisabled .RibbonGroupLeft
{
    background-image: url(images/Ribbon/GroupLeft.gif);
}
.RibbonGroupHover .RibbonGroupLeft
{
    background-image: url(images/Ribbon/GroupLeftHover.gif);
}
/*.RibbonGroup .RibbonGroupItem, .RibbonGroupDisabled .RibbonGroupItem
{
    background-image: url(images/Ribbon/Group.gif);
}
.RibbonGroupHover .RibbonGroupItem
{
    background-image: url(images/Ribbon/GroupHover.gif);
}*/
.RibbonGroup .RibbonGroupRight, .RibbonGroupDisabled .RibbonGroupRight
{
    background-image: url(images/Ribbon/GroupRight.gif);
}
.RibbonGroupHover .RibbonGroupRight
{ 
    background-image: url(images/Ribbon/GroupRightHover.gif);
}
.RibbonGroup .RibbonGroupContent, .RibbonGroupDisabled .RibbonGroupContent
{
    background-image: url(images/Ribbon/GroupContent.gif);
}
.RibbonGroupHover .RibbonGroupContent
{
    background-image: url(images/Ribbon/GroupContentHover.gif);
}
.RibbonGroupContent
{
    height: 66px;
    padding: 2px 4px 1px 4px;
}
.RibbonGroupLabel
{
	float: none;
    text-align: center;
    color: #444444;
    padding: 0px 2px 0px 2px;
    height: 16px;
    font-size: 10px !important;
}
.RibbonGroup .RibbonGroupLabel
{
	background-image: url(images/Ribbon/GroupLabel.gif);
}
.RibbonGroupHover .RibbonGroupLabel
{
	background-image: url(images/Ribbon/GroupLabelHover.gif);
}
.RibbonGroupDisabled .RibbonGroupLabel
{
    color: #AFAA87;
}
.RibbonLargeButton, .RibbonLargeButtonHover, .RibbonLargeButtonDisabled, .RibbonLargeButtonChecked
{
    height: 63px;
    vertical-align: top;
    /*float: left;*/
    cursor: default;
}
.RibbonLargeButtonLeft, .RibbonLargeButtonRight
{
    width: 2px;
    height: 63px;
    /*display: inline;*/
    float: none;
}
.RibbonLargeButtonHover .RibbonLargeButtonLeft
{
    background-image: url(images/Ribbon/LargeButtonLeft.gif);
}
.RibbonLargeButtonHover .RibbonLargeButtonRight
{
    background-image: url(images/Ribbon/LargeButtonRight.gif);
}
.RibbonLargeButtonHover .RibbonLargeButtonIcon
{
    background-image: url(images/Ribbon/LargeButton.gif);
    background-position: top;
}
.RibbonLargeButtonHover .RibbonLargeButtonLabel
{
    background-image: url(images/Ribbon/LargeButton.gif);
    background-position: bottom;
}
.RibbonLargeButtonChecked .RibbonLargeButtonLeft
{
    background-image: url(images/Ribbon/LargeButtonCheckedLeft.gif);
}
.RibbonLargeButtonChecked .RibbonLargeButtonRight
{
    background-image: url(images/Ribbon/LargeButtonCheckedRight.gif);
}
.RibbonLargeButtonChecked .RibbonLargeButtonIcon
{
    background-image: url(images/Ribbon/LargeButtonChecked.gif);
    background-position: top;
}
.RibbonLargeButtonChecked .RibbonLargeButtonLabel
{
    background-image: url(images/Ribbon/LargeButtonChecked.gif);
    background-position: bottom;
}
/*.RibbonLargeButtonItem
{
    height: 63px;
    display: inline;
    text-align: center;
    cursor: default;
}*/
.RibbonLargeButtonIcon
{
/*    width: 32px;
    height: 32px;*/
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    float: none;
} 
.RibbonLargeButtonDisabled .RibbonLargeButtonIcon
{
    filter:Gray() Alpha(opacity=50, finishopacity=50, style=1);
}
.RibbonLargeButtonLabel
{
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    font-size: 11px !important;
}
.RibbonLargeButtonDisabled .RibbonLargeButtonLabel
{
    color: #AFAA87;
}
.RibbonBlock
{
    height: 63px;
    float: left;
}
.RibbonSmallButton, .RibbonSmallButtonHover, .RibbonSmallButtonDisabled, .RibbonSmallButtonChecked
{
    height: 21px;
    cursor: default;
    display: inline;
    white-space: nowrap;
}
.RibbonSmallButtonLeft, .RibbonSmallButtonRight
{
    width: 2px;
    height: 21px;
    display: inline;
}
.RibbonSmallButtonItem
{
    display: inline;
    height: 21px;
    /*vertical-align: middle;*/
    white-space: nowrap;
}
.RibbonSmallButtonHover .RibbonSmallButtonLeft
{
    background-image: url(images/Ribbon/SmallButtonLeft.gif);   
}
.RibbonSmallButtonHover .RibbonSmallButtonRight
{
    background-image: url(images/Ribbon/SmallButtonRight.gif);
}
.RibbonSmallButtonHover .RibbonSmallButtonItem
{
    background-image: url(images/Ribbon/SmallButton.gif);
}
.RibbonSmallButtonChecked .RibbonSmallButtonLeft
{
    background-image: url(images/Ribbon/SmallButtonCheckedLeft.gif);   
}
.RibbonSmallButtonChecked .RibbonSmallButtonRight
{
    background-image: url(images/Ribbon/SmallButtonCheckedRight.gif);
}
.RibbonSmallButtonChecked .RibbonSmallButtonItem
{
    background-image: url(images/Ribbon/SmallButtonChecked.gif);
}
.RibbonSmallButtonIcon
{
    width: 16px;
    height: 16px;
    text-align: center;
    /*vertical-align: middle;*/
    padding-bottom: 2px;
    display: inline;
} 
.RibbonSmallButtonDisabled .RibbonSmallButtonIcon
{
    filter:Gray() Alpha(opacity=50, finishopacity=50, style=1);
}
.RibbonSmallButtonLabel
{
    text-align: left;
    /*vertical-align: middle;*/
    white-space: nowrap;
    height: 21px;
    padding-left: 3px;
    padding-top: 3px;
    display: inline;
    font-size: 11px !important;
}
.RibbonSmallButtonDisabled .RibbonSmallButtonLabel
{
    color: #AFAA87;
}
/**** ExtendedDropDown ****/
.gammacon_EDD_Control, .gammacon_EDD_ControlActive, .gammacon_EDD_ControlHover
{
	background-color: ButtonHighlight;
	table-layout: fixed;
	width: 100%;
	cursor: default;
	/*line-height: 130%;*/
}
.gammacon_EDD_Control
{
	border: solid 1px InactiveCaption;
}
.gammacon_EDD_ControlActive, .gammacon_EDD_ControlHover
{
	border: solid 1px ActiveCaption;
}
.gammacon_EDD_tdLabel
{
	overflow: hidden;
	border-right: solid 1px ButtonHighlight;
	padding-left: 2px;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}
.gammacon_EDD_ControlActive .gammacon_EDD_tdLabel, .gammacon_EDD_ControlHover .gammacon_EDD_tdLabel
{
	border-right: solid 1px ActiveCaption;
}
.gammacon_EDD_tdButton
{
	border: solid 1px ButtonHighlight;
	text-align: center;
	vertical-align: middle;
}
.gammacon_EDD_Control .gammacon_EDD_tdButton
{
	background-color: ButtonHighlight;
}
.gammacon_EDD_ControlActive .gammacon_EDD_tdButton, gammacon_EDD_ControlHover .gammacon_EDD_tdButton
{
	background-color: InactiveBorder;
}
.gammacon_EDD_DropDown
{
	/*width: 100%;*/
	position: absolute;
	max-height: 200px;
	height: expression(this.scrollHeight > 200? "200px" : "auto");
	overflow: auto;
	background-color: ButtonHighlight;
	border: solid 1px ActiveCaption;
	padding: 2px;
	display: none;
}
.gammacon_EDD_Entry
{
	cursor: pointer;
	white-space: nowrap;
}
.gammacon_EDD_EntryHover
{
	background-color: Highlight;
	color: HighlightText;
	cursor: pointer;
	white-space: nowrap;
}
/**** URL-Control ****/
.URLControl_TabOn
{
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #F3F5FA 1px solid; 
	height: 1.5em;
	padding: 2px 5px;
	font-weight: bold;
	margin-top: -1px;
}
.URLControl_TabOff
{
	background-color: transparent;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	height: 1.5em;
	padding: 2px 5px;
}
.URLControl_TabEmpty
{
	background-color: transparent;
	BORDER-BOTTOM: #7994CB 1px solid; 
	height: 1.5em;
}
.URLControl_TabPage
{
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	padding: 5px;
}
.URLControl_OptionsPopup
{
	background-color: #F3F5FA;
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	padding: 5px;
}
.IMGDisabled
{
    filter:Gray() Alpha(opacity=50, finishopacity=50, style=1);
}
